AdapterOptionsType
import { AdapterOptionsType } from "@hyper-fetch/core"
Description
Options
Defined in adapter/adapter.types.ts:75
Preview
type AdapterOptionsType = Partial<XMLHttpRequest>;
Structure
Partial<XMLHttpRequest>
import { AdapterOptionsType } from "@hyper-fetch/core"
Options
Defined in adapter/adapter.types.ts:75
type AdapterOptionsType = Partial<XMLHttpRequest>;
Partial<XMLHttpRequest>